home *** CD-ROM | disk | FTP | other *** search
- ;
- ; $VER: AMMS Edit Command 2.01 [English] / 06.05.1995
- ;
- ;
- ;
-
- ;
- ; Screen
- ; ------
- *
- #ZONEOFF##RESET##HOME##CLS#
- Exit :{TAB 25}#FARBE 4,7#EDIT COMMAND V{VERSION}.{REVISION}#RESET#^J
- -------------------------------------------------------------------------------^J
- 1. Command word :{TAB 15}Userlevel :{TAB 7}ComAcc :^J
- 2. Command word :{TAB 14}Sysoplevel :{TAB 7}SysAcc :^J
- Flags :{TAB 20}Batchlevel :{TAB 7}BatAcc :^J
- -------------------------------------------------------------------------------^J
- 1. Option :{TAB 25}Level :{TAB 7}OptAcc :^J
- 2. Option :{TAB 25}Level :{TAB 7}OptAcc :^J
- 3. Option :{TAB 25}Level :{TAB 7}OptAcc :^J
- 4. Option :{TAB 25}Level :{TAB 7}OptAcc :^J
- 5. Option :{TAB 25}Level :{TAB 7}OptAcc :^J
- 6. Option :{TAB 25}Level :{TAB 7}OptAcc :^J
- -------------------------------------------------------------------------------^J
- Filename :^J
- -------------------------------------------------------------------------------^J
- STATUS : OK^J
- -------------------------------------------------------------------------------^J
- Flags : 0 = This is a command for batchs^J
- 1-6 = Option automaticly on^J
- 7 = This command is a batch^J
- 8 = This command is resident^J
- Acc : 0123456789abcdef^J
- Level : 0-9999
- *
- ;
- ; Clear screen
- ; ------------
- *
- #RESET##HOME##CLS#
- *
- ;
- ; No requester end text
- ; ---------------------
- *
- *
- ;
- ; Prompt: 1. command word
- ; -----------------------
- *
- First Command word :
- *
- ;
- ; Prompt: 2. command word
- ; -----------------------
- *
- Second command word :
- *
- ;
- ; Error: Unknown command
- ; ----------------------
- *
- Unknown command !^J
- *
- ;
- ; Error: Command in use
- ; ---------------------
- *
- Command in use !^J
- *
- ;
- ; Error: Command already exists
- ; -----------------------------
- *
- Command already exists^J
- *
- ;
- ; Error: Command is not obvious
- ; -----------------------------
- *
- Command is not obvious^J
- *
- ;
- ; Error: No command entry free
- ; ----------------------------
- *
- No command entry free !^J
- *
- ;
- ; Error: Can't save command tab
- ; -----------------------------
- *
- Cant't save command tab --- please inform sysop !^J
- *
- ;
- ; Status: Command already exists
- ; ------------------------------
- *
- #RESET##SETPOS 16,13#Command already exists#CB#
- *
- ;
- ; Status: Command is not obvious
- ; ------------------------------
- *
- #RESET##SETPOS 16,13#Command is not obvious#CB#
- *
- ;
- ; Status: Insert first word of command
- ; ------------------------------------
- *
- #RESET##SETPOS 16,13#Insert first word of command#CB#
- *
- ;
- ; Clear screen + error: No command entry free
- ; -------------------------------------------
- *
- #RESET##HOME##CLS#No command entry free !^J
- *
- ;
- ; Clear screen + error: Can't save command tab
- ; --------------------------------------------
- *
- #RESET##HOME##CLS#Cant't save command tab --- please inform sysop !^J
- *
- ;
- ; Choose: Exit without save
- ; -------------------------
- *
- Exit #LEFT 7#
- *
- ;
- ; Choose: Save + Exit
- ; -------------------
- *
- Save + Exit
- *
- ;
- ; Position: Choose
- ; ----------------
- *
- #VFARBE 2##SETPOS 1,9#
- *
- ;
- ; Position: First command word
- ; ----------------------------
- *
- #VFARBE 2##SETPOS 3,19#
- *
- ;
- ; Position: Second command word
- ; -----------------------------
- *
- #VFARBE 2##SETPOS 4,19#
- *
- ;
- ; Position: Flags
- ; ---------------
- *
- #VFARBE 2##SETPOS 5,13#
- *
- ;
- ; Position: 1. option name
- ; ------------------------
- *
- #VFARBE 2##SETPOS 7,13#
- *
- ;
- ; Position: 2. option name
- ; ------------------------
- *
- #VFARBE 2##SETPOS 8,13#
- *
- ;
- ; Position: 3. option name
- ; ------------------------
- *
- #VFARBE 2##SETPOS 9,13#
- *
- ;
- ; Position: 4. option name
- ; ------------------------
- *
- #VFARBE 2##SETPOS 10,13#
- *
- ;
- ; Position: 5. option name
- ; ------------------------
- *
- #VFARBE 2##SETPOS 11,13#
- *
- ;
- ; Position: 6. option name
- ; ------------------------
- *
- #VFARBE 2##SETPOS 12,13#
- *
- ;
- ; Position: Filename
- ; ------------------
- *
- #VFARBE 2##SETPOS 14,13#
- *
- ;
- ; Position: Userlevel
- ; -------------------
- *
- #VFARBE 2##SETPOS 3,45#
- *
- ;
- ; Position: Sysoplevel
- ; --------------------
- *
- #VFARBE 2##SETPOS 4,45#
- *
- ;
- ; Position: Batchlevel
- ; --------------------
- *
- #VFARBE 2##SETPOS 5,45#
- *
- ;
- ; Position: 1. option level
- ; -------------------------
- *
- #VFARBE 2##SETPOS 7,45#
- *
- ;
- ; Position: 2. option level
- ; -------------------------
- *
- #VFARBE 2##SETPOS 8,45#
- *
- ;
- ; Position: 3. option level
- ; -------------------------
- *
- #VFARBE 2##SETPOS 9,45#
- *
- ;
- ; Position: 4. option level
- ; -------------------------
- *
- #VFARBE 2##SETPOS 10,45#
- *
- ;
- ; Position: 5. option level
- ; -------------------------
- *
- #VFARBE 2##SETPOS 11,45#
- *
- ;
- ; Position: 6. option level
- ; -------------------------
- *
- #VFARBE 2##SETPOS 12,45#
- *
- ;
- ; Position: User access bits
- ; --------------------------
- *
- #VFARBE 2##SETPOS 3,60#
- *
- ;
- ; Position: Sysop access bits
- ; ---------------------------
- *
- #VFARBE 2##SETPOS 4,60#
- *
- ;
- ; Position: Batch access bits
- ; ---------------------------
- *
- #VFARBE 2##SETPOS 5,60#
- *
- ;
- ; Position: 1. Options access bits
- ; --------------------------------
- *
- #VFARBE 2##SETPOS 7,60#
- *
- ;
- ; Position: 2. Options access bits
- ; --------------------------------
- *
- #VFARBE 2##SETPOS 8,60#
- *
- ;
- ; Position: 3. Options access bits
- ; --------------------------------
- *
- #VFARBE 2##SETPOS 9,60#
- *
- ;
- ; Position: 4. Options access bits
- ; --------------------------------
- *
- #VFARBE 2##SETPOS 10,60#
- *
- ;
- ; Position: 5. Options access bits
- ; --------------------------------
- *
- #VFARBE 2##SETPOS 11,60#
- *
- ;
- ; Position: 6. Options access bits
- ; --------------------------------
- *
- #VFARBE 2##SETPOS 12,60#
- *
-